Objects Reference

flydllgroup::delete_references

Prototype

void delete_references(bsp_object *o)

Parameters

Parameter Type Description
o bsp_object * object whose references should be deleted

Return Value

None

Remarks

This function removes any references to the specified object. It is used before deleteing the object. All other objects that had pointers to this one will have their pointers set to NULL.